INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b115a8252cbce71ded4d643ddbe8908c8d4d97ca8eeca6ee63a1883f816c8efc', 
    'UBqZdoLw5XQXk9C4WSxlBr0KM1Sjw+xIuhdBKOQjYzc=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00058

Result

int(1)