INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0f7662d8e78583e00fea48358f799c5941230e179ed58112293fc25754deb0f1', 
    'GDZ540xShwEGCRllAVuM5h7rh7zTNJ/ptk8nZny0C8Q=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00017

Result

int(1)