INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '165e6dae980c4c3e9e49322626dcd24aaface0d7368d1be2ae3f87dfb76500f2', 
    'B2lCarMQGEhLfthGLlZegKTest/4O7s9LEXFjbwEEzc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00050

Result

int(1)