INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b10690ce2070269b091e69a07887a32dbd92e92ec00e29b7629f780ab82e3f53', 
    'eIHMjwFXahx3EokUhcrj5s1Jp5ksZp8U+ARXTP9P+2U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)